home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_1.DMS / in.adf / Examples.Lha / shared lib example / test.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  318 b   |  18 lines

  1. #ifndef _INCLUDE_test_H
  2. #define _INCLUDE_test_H
  3.  
  4. /*
  5.  * File generated by StormLink from lib.fd
  6.  * DO NOT EDIT
  7.  * $VER: test.library 1.0
  8.  */
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. #pragma amicall( TestBase, 0x1E, AddTwo(d0, d1))
  13. #pragma amicall( TestBase, 0x24, AddTree(d0, d1, d2))
  14. #ifdef __cplusplus
  15. };
  16. #endif
  17. #endif
  18.